home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / B50PROGS.SHR / XWING1.M50 < prev   
Encoding:
Text File  |  1995-06-08  |  2.3 KB  |  129 lines

  1. rem╔══════════════════════════════════════════════════════╗
  2. rem║    Macro Definition File for - X-Wing by LucasArts   ║
  3. rem║                                                      ║
  4. rem║ Created and Revised by Matt Hoffman         10/29/93 ║
  5. rem╚══════════════════════════════════════════════════════╝
  6. @DigitalThrottle = THR 1 29 0 + - + - + -
  7. ~╔════════════════════════╗
  8. ~║Cockpit & External Views║
  9. ~╚════════════════════════╝
  10. Forward = 8
  11. Back = 2
  12. Left = 4
  13. Right = 6
  14. StraitUp = 5
  15. LeftForward = 7
  16. RightForward = 9
  17. LeftShoulder = 1
  18. ~
  19. ~
  20. ~
  21. ~
  22. RightShoulder = 3
  23. HiLoView = o
  24. FullView = .
  25. BackToCockpit = F1
  26. WarheadView = F2
  27. ExternalToCockpit = F3
  28. RepositionCamera = F4
  29. ~
  30. ~╔══════════╗
  31. ~║Propulsion║
  32. ~╚══════════╝
  33. IncreaseSpeed = +
  34. DecreaseSpeed = -
  35. ZeroThrottle = \
  36. OneThirdPower = [
  37. TwoThirdPower = ]
  38. FullThrottle = BSP
  39. Hyperdrive = h
  40. ~
  41. ~
  42. ~╔══════════════╗
  43. ~║Combat Systems║
  44. ~╚══════════════╝
  45. LaserRecharge = F9
  46. ShieldRecharge = F10
  47. ShieldToLaser = SHF F9
  48. LaserToShield = SHF F10
  49. ShieldConfig = s
  50. ~
  51. ~
  52. ~
  53. ~
  54. ~╔═══════╗
  55. ~║Weapons║
  56. ~╚═══════╝
  57. WeaponSelect = w
  58. FireSequence = x
  59. FireWeapon = ENT
  60. ~
  61. ~
  62. ~
  63. ~
  64. ~
  65. ~
  66. ~╔══════════════════════════════╗
  67. ~║Targeting Selections & Toggles║
  68. ~╚══════════════════════════════╝
  69. SelectNext = t
  70. SelectPrevious = y
  71. SelectNewest = u
  72. SelectNearest = r
  73. SelectAttacker = e
  74. AttackerOfTargeted = A
  75. IDMode/TargetingMode = i
  76. ShipInSights = u
  77. ClearsTargetDisplay = o
  78. ~
  79. ~
  80. ~
  81. StoreTarget1 = SHF F5
  82. StoreTarget2 = SHF F6
  83. StoreTarget3 = SHF F7
  84. StoreTarget4 = SHF F8
  85. SelectTarget1 = F5
  86. SelectTarget2 = F6
  87. SelectTarget3 = F7
  88. SelectTarget4 = F8
  89. ~
  90. ~╔════════════════╗
  91. ~║On Board Systems║
  92. ~╚════════════════╝
  93. AcknowledgeRequest = SPC
  94. MissionBriefing = b
  95. Map = m
  96. DamageReport = d
  97. PrioritizeForRepair = ENT
  98. ~
  99. ~
  100. ~
  101. ~
  102. ~╔════════════════╗
  103. ~║Wingman Commands║
  104. ~╚════════════════╝
  105. AssignTarget = SHF a
  106. CoverMe = SHF c
  107. TakeEvasiveAction = SHF e
  108. ContiueWithMission = SHF g
  109. HeadHome = SHF h
  110. IgnoreTarget = SHF i
  111. ReportYourOrders = SHF r
  112. WaitForOrders = SHF w
  113. ~
  114. ~╔═════════════════╗
  115. ~║Auxiliary Systems║
  116. ~╚═════════════════╝
  117. FoilPosition = f
  118. RollOn = CTL F1
  119. RollOff = CTL F2
  120. Eject = ALT e
  121. CameraOnOff = c
  122. InFlightFilm = v
  123. ShowAllCommands = k
  124. PersonalDataPad = ESC
  125. QuitMission = q
  126.  
  127.  
  128. REM **************************************************************************
  129.